object DebugForm: TDebugForm Left = 491 Top = 204 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Net2Phone Debug' ClientHeight = 269 ClientWidth = 292 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label13: TLabel Left = 193 Top = 173 Width = 45 Height = 13 Caption = 'RFrames:' end object Label12: TLabel Left = 172 Top = 155 Width = 66 Height = 13 Caption = 'Silent Frames:' end object Label11: TLabel Left = 201 Top = 136 Width = 37 Height = 13 Caption = 'Frames:' end object Label10: TLabel Left = 8 Top = 192 Width = 102 Height = 13 Caption = 'RPacketsLateOrLost:' end object Label9: TLabel Left = 60 Top = 173 Width = 50 Height = 13 Caption = 'RPackets:' end object Label8: TLabel Left = 16 Top = 155 Width = 94 Height = 13 Caption = 'PacketsLateOrLost:' end object Label7: TLabel Left = 68 Top = 136 Width = 42 Height = 13 Caption = 'Packets:' end object Label4: TLabel Left = 8 Top = 48 Width = 25 Height = 13 Caption = 'Host:' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object Label5: TLabel Left = 8 Top = 80 Width = 50 Height = 13 Caption = 'Mode Out:' Color = clBtnText Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object Label1: TLabel Left = 8 Top = 16 Width = 41 Height = 13 Caption = 'Platform:' end object Label2: TLabel Left = 180 Top = 16 Width = 59 Height = 13 Caption = 'Loops/Sec: ' end object Label3: TLabel Left = 180 Top = 48 Width = 51 Height = 13 Caption = 'Local Port:' end object Label6: TLabel Left = 184 Top = 80 Width = 42 Height = 13 Caption = 'Mode In:' Color = clBtnText Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object szPackets: TLabel Left = 120 Top = 136 Width = 30 Height = 13 Caption = 'nnnnn' end object Label14: TLabel Left = 162 Top = 192 Width = 76 Height = 13 Caption = 'Silient RFrames:' end object szPacketsLateOrLost: TLabel Left = 120 Top = 155 Width = 30 Height = 13 Caption = 'nnnnn' end object szRPackets: TLabel Left = 120 Top = 173 Width = 30 Height = 13 Caption = 'nnnnn' end object szRPacketsLateOrLost: TLabel Left = 120 Top = 192 Width = 30 Height = 13 Caption = 'nnnnn' end object szFrames: TLabel Left = 248 Top = 136 Width = 30 Height = 13 Caption = 'nnnnn' end object szSilentFrames: TLabel Left = 248 Top = 155 Width = 30 Height = 13 Caption = 'nnnnn' end object szRFrames: TLabel Left = 248 Top = 173 Width = 30 Height = 13 Caption = 'nnnnn' end object szSilentRFrames: TLabel Left = 248 Top = 192 Width = 30 Height = 13 Caption = 'nnnnn' end object Label15: TLabel Left = 36 Top = 211 Width = 74 Height = 13 Caption = 'BusyPlayCount:' end object szBusyPlayCount: TLabel Left = 120 Top = 211 Width = 30 Height = 13 Hint = 'Click to Reset' Caption = 'nnnnn' ParentShowHint = False ShowHint = True OnClick = szBusyPlayCountClick end object Label16: TLabel Left = 197 Top = 211 Width = 41 Height = 13 Caption = 'Cushion:' end object Label17: TLabel Left = 60 Top = 117 Width = 52 Height = 13 Caption = 'Play Level:' end object szPlayLevel: TLabel Left = 120 Top = 117 Width = 30 Height = 13 Hint = 'Click to Reset' Caption = 'nnnnn' ParentShowHint = False ShowHint = True OnClick = szPlayLevelClick end object Label19: TLabel Left = 170 Top = 117 Width = 67 Height = 13 Caption = 'Record Level:' end object szRecLevel: TLabel Left = 248 Top = 117 Width = 30 Height = 13 Hint = 'Click to reset' Caption = 'nnnnn' ParentShowHint = False ShowHint = True OnClick = szRecLevelClick end object CPU: TLabel Left = 248 Top = 16 Width = 6 Height = 13 Caption = '0' end object ModeIn: TLabel Left = 248 Top = 80 Width = 30 Height = 13 Caption = 'nnnnn' end object LocalPort: TLabel Left = 248 Top = 48 Width = 30 Height = 13 Caption = 'nnnnn' end object ModeEdit: TEdit Left = 65 Top = 76 Width = 40 Height = 21 Hint = 'Change Feature Modes' TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'STX' OnChange = ModeEditChange end object Doorman: TComboBox Left = 65 Top = 12 Width = 106 Height = 21 Hint = 'Route Call to Production/Test' TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( '' 'TEST-1' 'TEST-2' '') ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 Text = '' OnChange = DoormanChange end object HostNameEdit: TEdit Left = 65 Top = 44 Width = 106 Height = 21 Hint = 'Change Host Name' TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 end object BStatus: TButton Left = 58 Top = 236 Width = 81 Height = 21 Caption = 'Status' Font.Charset = ANSI_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 TabStop = False OnClick = BStatusClick end object CloseBtn: TButton Left = 162 Top = 236 Width = 81 Height = 21 Caption = 'Close' Font.Charset = ANSI_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 TabStop = False OnClick = CloseBtnClick end object szCushion: TEdit Left = 245 Top = 207 Width = 44 Height = 21 Hint = 'Change Playback Cushion' TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 5 OnChange = CushionChange end object XVersion: TEdit Left = 113 Top = 76 Width = 40 Height = 21 Hint = 'Change Feature Modes' TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 6 Text = '9.0' OnChange = XVersionChange end end